gdk: Rename gdk_motion_event_get_history
authorMatthias Clasen <mclasen@redhat.com>
Tue, 9 Jun 2020 17:40:26 +0000 (13:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 9 Jun 2020 17:43:12 +0000 (13:43 -0400)
commitc9fad251311abeafa95db9f88e345ac4e3688b5f
tree36fdb25d30910e39167af9623dafd49976768fe9
parent693200f1eb9fb2784736c80a5ede9a60a1afa6a9
gdk: Rename gdk_motion_event_get_history

Scroll events can have history too, so make a
getter that works for both. This drops the
gdk_scroll_event_get_history getter that was
added a few commits earlier, since we now
store scroll history in the same way as
motion history.

Update the docs, and all callers.
docs/reference/gdk/gdk4-sections.txt
gdk/gdkevents.c
gdk/gdkevents.h
gtk/gtkgesturestylus.c